You want to know what happened to the files which were EU legislative priorities in 2023-2024
- 1. Scrape the basic information
We are going to list all relevant procedures. In the EU, once proposed each piece of legislation has a procedure number, including ‘COD’.
Go to the page that lists the legislative files which were priorities for 2023-24
You have to scrape this page to obtain a data frame, in which there will be:
- the title
- number
- url towards the specific page of each procedure
Check one or two links
- can you copy paste them in a browser and access the page?
- Is there anything missing in the URL? How could you fix this?
Search manually a procedure to find out how urls are made: https://oeil.secure.europarl.europa.eu/oeil/search/search.do?searchTab=y
Tip: you can use the paste() function.